home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p0340_0604_64bit.exe / [0] / CPP.STX < prev    next >
Text File  |  2014-02-08  |  1KB  |  116 lines

  1. #TITLE=C/C++
  2. ; C/C++ syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=n
  9. #LINECOMMENT=//
  10. #COMMENTON=/*
  11. #COMMENTOFF=*/
  12. #ESCAPE=\
  13. #CASE=y
  14. #NUMBER_PATTERN=cpp
  15. #SPECIAL_STX=cpp
  16.  
  17. #KEYWORD=Reserved words
  18. DWORD
  19. DWORD64
  20. DWORD_PTR
  21. INT_PTR
  22. LONG
  23. LONG64
  24. LONG_PTR
  25. UINT
  26. UINT64
  27. UINT_PTR
  28. ULONG
  29. ULONG64
  30. ULONG_PTR
  31. __asm
  32. __based
  33. __cdecl
  34. __fastcall
  35. __inline
  36. __int64
  37. __multiple_inheritance
  38. __pascal
  39. __single_inheritance
  40. __virtual_inheritance
  41. auto
  42. bool
  43. break
  44. case
  45. catch
  46. cerr
  47. char
  48. cin
  49. class
  50. const
  51. continue
  52. cout
  53. default
  54. delete
  55. do
  56. double
  57. else
  58. enum
  59. explicit
  60. extern
  61. false
  62. float
  63. for
  64. friend
  65. goto
  66. if
  67. inline
  68. int
  69. long
  70. mutable
  71. namespace
  72. new
  73. operator
  74. private
  75. protected
  76. public
  77. register
  78. return
  79. short
  80. signed
  81. sizeof
  82. static
  83. struct
  84. switch
  85. template
  86. this
  87. throw
  88. true
  89. try
  90. typedef
  91. union
  92. unsigned
  93. using
  94. virtual
  95. void
  96. volatile
  97. wchar_t
  98. while
  99.  
  100. #KEYWORD=Compiler directives
  101. define
  102. elif
  103. else
  104. else
  105. endif
  106. endif
  107. error
  108. if
  109. if
  110. ifdef
  111. ifndef
  112. include
  113. line
  114. pragma
  115. undef
  116. #